/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*------------------- FOOTER Sections 'Research reports', 'What's new', 'Online training', 'Conferences' -------------------*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.footer-news {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    padding-top: 66px;
    padding-bottom: 63px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #AFB6C0;
}

.footer-news__container {
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.footer-news__content {
    display: flex;
    width: 531px;
    flex-wrap: wrap;
}

.footer-news-content__item {
    width: 265.5px;
    height: 265.6px;
    padding: 38px 48.5px 43.5px 37px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.footer-news-content__item:nth-child(4n + 1) {
    border-radius: 14px;
    padding-right: 48px;
}

.footer-news-content__item:nth-child(4n + 4),
.footer-news-content__item:nth-child(4n + 2) {
    border-radius: 14px;
}

.footer-news-content__item:nth-child(4n + 3) {
    border-radius: 14px;
}

.footer-news-content__item:nth-child(4n + 1),
.footer-news-content__item:nth-child(4n + 2) {
    padding-top: 39px;
    padding-bottom: 43.5px;
}

.footer-news-content__item:nth-child(4n + 3),
.footer-news-content__item:nth-child(4n + 4) {
    padding-top: 36px;
    padding-bottom: 69px;
}


.footer-news-content__item:nth-child(4n + 1),
.footer-news-content__item:nth-child(4n + 3) {
    padding-left: 37px;
}

.footer-news-content__item:nth-child(4n + 2),
.footer-news-content__item:nth-child(4n + 4) {
    padding-left: 42px;
    padding-right: 42px;
}

.footer-news-content__item:nth-child(4n + 2) {
    padding-right: 39px;
}

.footer-news-content__item--blue-ink {
    background-color: #0D2548;
}

.footer-news-content__item--blue-ink .footer-news-content__link, .footer-news-content__item--gray .footer-news-content__link {
    color: #E9242C;
}

.footer-news-content__item--blue-ink .footer-news-content__link,
.footer-news-content__item--gray .footer-news-content__link {
    color: #E9242C;
}

.footer-news-content__item--red {
    background-color: #E9242C;
}

.footer-news-content__item--red .footer-news-content__link {
    color: #0D2548;
}

.footer-news-content__item--gray {
    background-color: #E0E4E6;
}

.footer-news .footer-news-content__item--gray .footer-news-content__title {
    color: #0D2548;
}

.footer-news .footer-news-content__item--gray .footer-news-content__card-title {
    color: #0D2548;
}


.footer-news .footer-news-content__title,
.single-tmf_events p.footer-news-content__title {
    font-family: 'Gotham', Calibri, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 2px;
}

.footer-news .footer-news-content__card-title {
    font-family: 'Gotham', Calibri, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}

.footer-news-content__link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-family: 'Gotham', Calibri, Arial, sans-serif;
    margin-top: auto;
    transition: all 0.2s ease;
}

.footer-news-content__link:hover {
    opacity: 0.7;
}

.footer-news-content__card-title:hover {
    cursor: default;
}

/**
 *
 * Styles for title of 'What's happening now section'
 *
 */

.footer-news__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    margin-left: 70px;
}

.footer-news__title:hover {
    cursor: default;
}

.footer-news-title__upper-part {
    color: #fff;
    font-size: 55px;
    letter-spacing: -2.2px;
    line-height: 64px;
}

.footer-news-title__down-part {
    color: #E9242C;
    font-size: 135px;
    letter-spacing: -8.31px;
    line-height: 64px;
    margin-left: auto;
    margin-right: auto;
}
